home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Maximum CD 2000 November
/
Maximum CD 2000 Nov.iso
/
PowerWare
/
Automate Pro
/
automate.exe
/
%MAINDIR%
/
sample2.BAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
2000-05-10
|
218 b
|
7 lines
Sub Main
L$ = InputBox$("What is your name?", "Accepting User Input","No Name")
Shell "notepad.exe", vbNormalFocus
Wait(1)
SendKeys "See what I mean, " + L$ + ", now let me show you the new way!", 1
End Sub